Welcome![Sign In][Sign Up]
Location:
Search - lexical analysis

Search list

[ELanguage编译原理课程设计原稿(陈强 20029440913)

Description: 一个编译原理的词法分析程序,用vc编写 编译通过。-a compiler tenets of lexical analysis procedures used to prepare vc compile.
Platform: | Size: 292178 | Author: 犯得上 | Hits:

[ELanguagemycompiler

Description: 编译器,词法分析和语法分析,里面利用到了哈希表来加快搜索字符表速度.-compiler, lexical analysis and parsing, to use inside the hash table to expedite the search speed character tables.
Platform: | Size: 54633 | Author: 春风秋雨 | Hits:

[ELanguage编译作业

Description: 这个程序是我们的大作业,里面有语法分析,词法分析,四原式等等,里面有具体内容和事例,看看就能明白-this procedure is our largest operation, which has syntax analysis, lexical analysis, the four original type and so on, there are specific details and examples, see we can understand
Platform: | Size: 24215 | Author: 刘亮 | Hits:

[ELanguageVC编辑器

Description: VC环境下实现的词法分析,语法分析程序 VC VC VC-VC environment under the lexical analysis, grammar analysis procedures VC VC VC
Platform: | Size: 43131 | Author: 文文 | Hits:

[Windows DevelopCCheck缓冲区

Description: 这程序实现pascal词法分析,把源程序逐行读入一个字符串缓冲区中,然后逐行分析。适合手一看。-this program pascal lexical analysis, source progressive read into a string buffer, and then progressive analysis. For a look at hand.
Platform: | Size: 12098 | Author: yszhang | Hits:

[ELanguageRegExDemo

Description: 一个外国人写的词法分析程序,大家可以参考一下,不过代码太多了! 有点难-a foreigner writing lexical analysis procedures, we can take a look, but too many of code! Hard
Platform: | Size: 32828 | Author: 常震华 | Hits:

[ELanguageansi_lex

Description: 标准C的词法分析的Lex文件,可以用lex来 编译生成标准C的词法分析部分-standard C lexical analysis Lex documents can be used to lex standard C compiler generation of lexical analysis
Platform: | Size: 1570 | Author: yyf | Hits:

[ELanguage词法分析器-编译

Description: 基于c语言编写的关于编译中的词法分析算法的编程-based on the language compiler of lexical analysis algorithm programming
Platform: | Size: 52190 | Author: 贾利新 | Hits:

[ELanguage20051120

Description: 一简单小型类pascal语言编译器的词法分析程序,附详细的实验报告-a small category pascal simple language compiler of lexical analysis procedures, with details of the experimental report
Platform: | Size: 23562 | Author: 王小波 | Hits:

[ELanguage20051121

Description: 利用 lex 和yacc自动生成C语言子集的词法分析和语法分析程序的源程序-using lex and generates automatic generation of C language subset of lexical analysis and parsing the source code of procedure
Platform: | Size: 32434 | Author: 王小波 | Hits:

[ELanguageCodeFormatter 1.0

Description: 用c#写的小程序,关于c语音词法分析的,功能很简陋,大家看看吧-use small programs written in that voice on the c lexical analysis, feature very simple, we look at it
Platform: | Size: 91071 | Author: xup | Hits:

[ELanguage词法分析编译原理实验c++

Description: 一个很不错的c++ 程序!是编译系统的第一个程序,主要功能实现词法分析!通过对文本的编译,实现词法分析-a very good procedures c! The build system is the first procedure, the main function of achieving lexical analysis! The text adopted by the compiler to achieve lexical analysis
Platform: | Size: 2101 | Author: kang | Hits:

[ELanguage词法分析器A

Description: 可以打开任意位置和名称的原文件进行词法分析,可以进行非法字符和数字后边跟字母的错误判断,如果没有错误则提示“词法分析正确完成!”-can open arbitrary locations and names of the original documents lexical analysis can be carried out illegal characters and figures behind the letters with the wrong judgment, and if no error is suggested "lexical analysis is correct!"
Platform: | Size: 9975 | Author: 杨英子 | Hits:

[ComboBox024080017-李纳-词法分析

Description: 一个词法分析程序,很好用的,给初学者很有帮助-a lexical analysis procedure is useful and helpful to beginners
Platform: | Size: 117696 | Author: 黎明 | Hits:

[ELanguage词法分析--CPP

Description: 词法分析。在编制脚本语言时必不可少。本例子非常精简-lexical analysis. The preparation necessary for scripting languages. This case very concise
Platform: | Size: 3453 | Author: 逆不道 | Hits:

[ELanguageWordAnaly

Description: 一个超级经典的词法和语法分析程序(附加源代码).从词法分析的输出过渡到语法分析. 高手编的-a super classic morphology and syntax analysis program (Additional source code). Lexical analysis from the output transition to the syntax analysis. Masters series
Platform: | Size: 9016 | Author: 王建军 | Hits:

[ELanguagebysy2005

Description: 2002级计算机科学与技术专业(4-11班) 要求完成下述两个实验: 1、识别小型语言所有单词的词法分析程序设计(4机时) 2、算术表达式文法的递归下降分析程序设计(6机时) 实验一:词法分析器的构造与实现 -2002 Computer Science and Technology (4-11 classes) required to complete the following two experiments : one to identify all small language word lexical analysis procedure design (four aircraft) 2, arithmetic expression of recursive grammar drop design analysis program (6 aircraft) is an autopsy : lexical analyzer Construction and Implementation
Platform: | Size: 5941 | Author: 刀尖 | Hits:

[ELanguagePIO2

Description: PL/0语言是Pascal语言的一个子集,我们这里分析的PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。   PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。以下源程序是以清华大学出版社《编译原理》中的源代码为基础作了少量改动而成。 程序在Turbo Pascal 7.0上编译运行通过。 -PL / 0 language Pascal language is a subset of, we have here the analysis of PL / 0 compilers including the right PL / 0 language source analysis, category PCODE compiler code generation and the virtual machine running on to explain the formation PCODE category code functions. PL / 0 language compiler to use syntax analysis of the core, the compiler again scanning methods. Lexical analysis, and code generation as an independent for the subroutine call syntax analysis procedures. Grammatical analysis at the same time, provided a report errors and error recovery functions. The source did not compile the wrong circumstances, PCODE category called to explain the interpretation and implementation of procedures generated PCODE category code. Following is the source Qinghua University Press, &quo
Platform: | Size: 19052 | Author: 姚紫欣 | Hits:

[Other词法分析程序(050812020508+谢少春)

Description: 词法分析程序,输入字符序列,输出字符和内码 -lexical analysis procedure, the importation of character sequences, and characters within the output code
Platform: | Size: 2050 | Author: 刘军 | Hits:

[Windows Develop编译原理

Description: 这是一个编译原理的语法分析程序, PL/0语言词法及语法分析系统的设计与实现 -This is a principle of grammar compiler analysis procedures, PL / 0 language syntax and lexical analysis of the system design and implementation
Platform: | Size: 8337 | Author: 章鱼费 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net